home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-03-04 | 538 b | 23 lines | [TEXT/ToyS] |
- on open fsObjs
- -- Get our icon
- repeat with fsObj in fsObjs
- set fInfo to basic info for fsObj
-
- if (system type of fInfo is "clpp") then
- set clipPic to the clipping from fsObj ¬
- only returning the picture
-
- set fsNew to ((fsObj as text) & "®") as file specification
-
- store image clipPic in fsNew
-
- -- Swap the files, moving the clipping to the Trash
- set oldName to catalog name of fInfo
- collate fsObj with the trasher
- collate fsNew renaming it to oldName
- else
- beep
- end if
- end repeat
- end open
-